Global.Set


Accessor for set global

prototype set Global.Set( string name );

Parameters:
name : Name of the global to retrieve.

Return value:
Returns the set stored in the global.

Notes:
Returns an empty set if the global doesn't exist.

See also:
Global.Int, Global.Float, Global.Bool, Global.Handle, Global.String, Global.List.